home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / fish_contents / 521-530 < prev    next >
Text File  |  1995-03-18  |  14KB  |  327 lines

  1. This is disk 521 of the freely distributable AMIGA software library.
  2. Below is a listing of the significant directories and their contents.
  3.  
  4.  
  5. A68k        A 68000 assembler originally written in Modula-2 in 1985
  6.         and converted to C by Charlie Gibb in 1987.  Has been
  7.         converted to accept metacomco-compatible assembler source
  8.         code and to generate Amiga objects.  This is version 2.71,
  9.         an update to version 2.61 on disk 314.  Include source.
  10.         Author:  Brian Anderson; C translation and Amiga work
  11.              done by Charlie Gibb
  12.  
  13. BatchMaster    A program that makes creation of interactive command
  14.         scripts a lot easier.  It works as commands ASK, IF and
  15.         SKIP together, only better.  You can have up to four
  16.         options to skip to, and select them with a mouse, as
  17.         BatchMaster has an Intuition interface.  This is version
  18.         1.27.  Requires arp.library.  Binary only.
  19.         Author:  Janne Pelkonen
  20.  
  21. CheckPrt    A small program for checking the presence of a parallel
  22.         printer from within a script file.  Update of version
  23.         on disk 479.  Now also includes two small tools to test
  24.         the state of some lines of the printer port, to make it
  25.         easier to find the source of printer problems.  Binary
  26.         only.
  27.         Author:  Tom Kroener
  28.  
  29. K1        An editor program for the Kawai K1-II synthesizer.  Includes
  30.         a bankloader for single-patches and multi-patches, a single-
  31.         patch editor, a multi-patch editor, and support for the
  32.         effect-session and K1 controllers.  Version 5.1, an update
  33.         to version 4.8 on disk 481.  Binary only.
  34.         Author:  Andreas Jung
  35.  
  36. LandScape    A simple CAD program to aid in designing garden layouts.
  37.         First the plan is laid out, placing lawns, paths, plants,
  38.         etc., and the program then draws a '3D' picture of what
  39.         the garden might look like in real life, from any viewpoint. 
  40.         Version 1.0, binary only.
  41.         Author:  Steve Goddard
  42.  
  43. SynthSong    A song created using the freely-distributable program
  44.                 MED V.3.00.  Although quite small (63k) on disk, this one
  45.                 expands in memory once loaded, lasting almost 65 minutes.
  46.                 Player program included.
  47.                 Author:  Alex Van Starrex
  48.  
  49. T3E        Converts any text file to an executable.  The resulting
  50.         program will only have a minimum of bytes appended (94 bytes
  51.         for hunk structure and display-program).  The text file is
  52.         not limited by the size.  Freeware, with source in C.
  53.         Author:  Garry Glendown
  54.  
  55. This is disk 522 of the freely distributable AMIGA software library.
  56. Below is a listing of the significant directories and their contents.
  57.  
  58.  
  59. MAK    The Mandelbrot Adventure Kit is a nicely done mandelbrot generator
  60.     with full source code (about 18,000 lines of C code).  Includes
  61.     some sample images along with the parameters used to generate
  62.     them, and lots of built-in help screens.
  63.     Author:  Steven Dillon
  64.  
  65. This is disk 523 of the freely distributable AMIGA software library.
  66. Below is a listing of the significant directories and their contents.
  67.  
  68.  
  69. BMake        A GNU Make subset.  Includes pattern rules, conditionals,
  70.         "include", function calls, etc.  This is Version 1.4,
  71.         with source.
  72.         Author:  Ben Eng
  73.  
  74. Conquest    Lore of Conquest is a war game similar in concept to the
  75.         board game Risk.  You are the lord of an entire world,
  76.         destined to rule the galaxy.  Some worlds are virgin fruits,
  77.         ready for you to colonize.  Some worlds have natives who do
  78.         not wish to accept your rule, these you must conquer for
  79.         they will yield more valuable resources.  As you claim the
  80.         galaxy you will find, you are not the only one extending
  81.         your dominion.  This is a two-player game, so be prepared
  82.         to defend yourself and take what is yours!  Version 1.5, an
  83.         update to version 1.3 on disk 459.  Binary only, shareware.
  84.         Author:  Michael Bryant
  85.  
  86. PSGraph        A graphing program with plot previews and encapsulated
  87.         postscript output.  Version 1.0, binary only.
  88.         Author:  Rick Golembiewski
  89.  
  90. ScreenJaeger    A screen capture program that works by scanning through
  91.         memory, allowing you to grab screens from programs that
  92.         don't multitask, and save them as IFF files.  Features
  93.         include an Intuition interface, multiple bitplanes, support
  94.         of all Amiga display modes and resolutions, CHIP and FAST
  95.         memory, overscan, and both NTSC and PAL.  This is version
  96.         1.0, includes full C source.
  97.         Author:  Syd L. Bolton
  98.  
  99. SerLib        A shared library providing easy access to any serial device.
  100.         Allows both synchronous and asynchronous access to the port.
  101.         With support code for Lattice, Manx and Oberon.  Includes
  102.         examples in both C and Oberon (with source) and docs in
  103.         ASCII, DVI, and PostScript.  Shareware.
  104.         Author:  Garry Glendown, Oberon-interface by Frank Schummertz
  105.  
  106. This is disk 524 of the freely distributable AMIGA software library.
  107. Below is a listing of the significant directories and their contents.
  108.  
  109.  
  110. Kamin        Various interpreters from the book "Programming Languages,
  111.         An Interpreter-Based Approach", by Samuel N. Kamin.  This
  112.         distribution includes lisp, apl, scheme, sasl, clu, prolog,
  113.         and smalltalk interpreters, automatically translated from
  114.         Pascal to C using p2c.  Includes C and Pascal source.
  115.         Author:  Samuel Kamin
  116.  
  117. Snap        A tool for clipping text or graphics from the screen, using
  118.         the clipboard device.  Snap finds out character coordinates
  119.         automatically, handles different fonts, keymaps, accented
  120.         characters, and more.  Version 1.62, an update to version
  121.         1.4 on disk 326.  Includes source.
  122.         Author:  Mikael Karlsson
  123.  
  124. TAPDemo        Tumble Axis Processor is a Sculpt utility with several
  125.         functions, including automatically aligning a path's tumble
  126.         axes so that an object following that path will always face
  127.         the direction of travel, and production of an easy to read
  128.         data list containing the location of each node and the
  129.         orientation of each of its tumble axes.  This is a fully
  130.         functional version except that it will not function on
  131.         paths with more than 15 nodes.  Binary only.
  132.         Author:  Martin Koistinen
  133.  
  134. This is disk 525 of the freely distributable AMIGA software library.
  135. Below is a listing of the significant directories and their contents.
  136.  
  137.  
  138. CrcLists    Complete CRC check files for disks 401-520 using the brik
  139.         program.  These were made directly from my master disks.
  140.         Along with the crc lists from disk 401, these lists will
  141.         allow you to check all of the disks in the library to make
  142.         sure they are correct and complete.
  143.         Author:  Fred Fish
  144.  
  145. DumpHarpoon    Program that dumps the .DAT data files for the game HARPOON.
  146.         Author:  Mark Kyprianou
  147.  
  148. MinixDemo    Demo version of minix 1.5, an operating system very similar
  149.         to UNIX.  The full version of minix comes with source code
  150.         for the kernel and most of the utilities.  Binary only.
  151.         Author:  Andrew Tanenbaum, et. al.
  152.  
  153. SIOD        A small scheme interpreter (Scheme In One Defun) which can
  154.         be used for calculations or included as a command interpreter
  155.         or extension/macro language in other applications.  This is
  156.         version 2.4.  Includes source.
  157.         Author:  George Carrette
  158.  
  159. This is disk 526 of the freely distributable AMIGA software library.
  160. Below is a listing of the significant directories and their contents.
  161.  
  162.  
  163. DataEasy    An easy-to-use data base program which includes a phone
  164.         dialer, speech output, a simple screen editor for making
  165.         and modifying the database definitions, a screen print
  166.         function, form letter printing, sorting, searching, and
  167.         two small sample databases.  Version 1.3, an update to
  168.         version 1.1 on disk 417.  Binary only, source available
  169.         from author.
  170.         Author:  J. Dale Holt
  171.  
  172. GNUPlot        An interactive function and data plotting program which
  173.         supports a great number of output devices.  Includes
  174.         extensive on-line help.  Version 2.0, patch level 2.
  175.         Includes full source along with diffs and patch program
  176.         to generate Amiga version.
  177.         Author:  Thomas Williams, Colin Kelley, Carsten Steger,
  178.              Russell Lang, Dave Kotz, John Campbell
  179.  
  180. This is disk 527 of the freely distributable AMIGA software library.
  181. Below is a listing of the significant directories and their contents.
  182.  
  183.  
  184. Arq        Replaces the standard system requesters with nice animated
  185.         requesters which you can also attach different sounds to.
  186.         Works under AmigaDOS 1.3 or 2.0 to give all the normal
  187.         system requesters a nice new look.  Version 1.61, binary
  188.         only.
  189.         Author:  Martin Laubach, Peter Wlcek, and Rene Hexel
  190.  
  191. Lister        Program to display information about files in various types
  192.         of archives, such as arc, cpio, lharc, tar, zip, and zoo.
  193.         Version 1.01, an update to version 1.0 on disk 518.  Includes
  194.         source.
  195.         Author:  Kerry Cianos and Geoffrey Faivre-Malloy
  196.  
  197. MightyMouse    A very small screen blanker, mouse accelerator, mouse
  198.         blanker, hot key, etc. utility.  Version 1.05, binary only.
  199.         Author:  Bob Stouder
  200.  
  201. PicBase        A program that allows the user to organize and manage
  202.         all IFF images and brushes stored on disk.  Displays a
  203.         miniature monochrome (8 or 16 level) image of each file,
  204.         with information such as the full pathname, the creation
  205.         date, file size, image size and depth, display mode, and
  206.         filenote.  The images are displayed four at a time and
  207.         can be scrolled in realtime, manually or automatically
  208.         sorted, presented as a slideshow, and more.  Version
  209.         0.36, shareware, binary only.
  210.         Author:  Mike Berro
  211.  
  212. SRegExp        A runtime library of routines for doing wildcard pattern
  213.         matching and wildcard path matching.  It accepts a slight
  214.         extension of the AmigaDOS wildcard syntax, including a
  215.         "not" operator and character sets.  This is version 11.1,
  216.         includes source.
  217.         Author:  Jon Spencer
  218.  
  219. ToolManager    ToolManager is a full featured program to add programs
  220.         (either WorkBench or CLI) to the tools menu of the 2.x
  221.         WorkBench.  Programs can be added by dragging their icons
  222.         onto the ToolManager "config" window or the optional
  223.         ToolManager icon or by editing the config file.  Requires
  224.         Workbench 2.0.  This is version 1.4, an update to version
  225.         1.3 on disk 476.  Includes source.
  226.         Author:  Stefan Becker
  227.  
  228. Zoo        A file archiver, much like "arc" in concept, but different
  229.         in implementation and user interface details.  Version 2.10,
  230.         an update to version 2.00 on disk 164.  New features include
  231.         greatly improved compression, preservation of full pathnames
  232.         by default, and extended multi-screen help.  Binary only.
  233.         Author:  Rahul Dhesi, Amiga port by Brian Waters
  234.  
  235. This is disk 528 of the freely distributable AMIGA software library.
  236. Below is a listing of the significant directories and their contents.
  237.  
  238.  
  239. AmiOmega    Amiga port of the Omega game.  Omega is similar to hack
  240.         or rogue, but is much more complex.  There is a city,
  241.         several towns, a wilderness, lots of dungeons, a multitude
  242.         of monsters, lots of spells, magic items, etc.  There are
  243.         several quests to complete.  All in all, it is an excellent
  244.         game.  This is version 1.5, a different port than version
  245.         1.0 on disk 320.  Binary only.
  246.         Author:  Laurence Brothers, Amiga port by Klavs Pedersen
  247.  
  248. CpuBlit        CpuBlit replaces the system BltBitMap routine with a version
  249.         that uses your 68020/68030 when it is worthwhile to do so.
  250.         This results in text scrolling twice as fast as usual, and
  251.         in addition, the color flicker effect normally present when
  252.         scrolling multicolor text is removed.  Version 1.0, includes
  253.         source.
  254.         Author:  Eddy Carroll
  255.  
  256. FontConv    Converts MacIntosh Postscript type 1 and type 3 fonts to
  257.         the IBM Postscript type 1 and type 3 format.  Also converts
  258.         MacIntosh bitmap screen fonts to the Adobe binary format
  259.         (abf).  Version 1.2, binary only.
  260.         Author:  Gary Knight
  261.  
  262. KeyMenu        An alternative to Intuition's method of menu selection via
  263.         the keyboard.  Uses one key to activate the menu for the
  264.         currently active window, the cursor keys to move through
  265.         the menu as you choose, and the return key to select the
  266.         desired menu item or escape key to abort selection.  Works
  267.         with AmigaDOS 2.0 mouse accelerator and has option to blank
  268.         Intuition's pointer.  Version 1.05, an update to version
  269.         1.03 on disk 470.  Includes assembly source.
  270.         Author:  Ken Lowther
  271.  
  272. SimSmart    A general purpose utility that prints the program source
  273.         code of almost any language, so that (for example) the
  274.         keywords are emboldened and underlined, and the comments
  275.         are italicized.  These features are adjustable by the user,
  276.         to suit individual taste.  Tabbing also is adjustable, to
  277.         harmonize with the nesting depth of a particular program.
  278.         Output may be either on the printer, the screen, or to
  279.         another file.  SimSmart may easily be extended by the user
  280.         to deal with extra languages.  Version 2.10, shareware,
  281.         binary only.
  282.         Author:     David Simon
  283.  
  284. This is disk 529 of the freely distributable AMIGA software library.
  285. Below is a listing of the significant directories and their contents.
  286.  
  287.  
  288. ClockDJ        A utility which combines a clock, mouse accelerator,
  289.         screen blanker, window manipulator, function keys, and
  290.         macros into a single program, written in assembly
  291.         language for maximum efficiency.  Includes an ARexx
  292.         port.  Version 5.02, an update to version 4.07 on disk
  293.         293.  Binary only.
  294.         Author:  David Jenkins
  295.  
  296. MonkeyDemo    Demo version of the LucasFilm game "The Secret of Monkey
  297.         Island".  Installable on a hard disk and multitasks as
  298.         well.  Binary only.
  299.         Author:  LucasFilms
  300.  
  301. TownMaze    A program that designs a town-shaped maze like the town
  302.         "Bard's Tale I" uses.  Version 1.2, includes source.
  303.         Author:  Kent Paul Dolan
  304.  
  305. This is disk 530 of the freely distributable AMIGA software library.
  306. Below is a listing of the significant directories and their contents.
  307.  
  308.  
  309. DeckBrowser    A freely redistributable player for unbound CanDo decks.
  310.         Version 1.5, binary only.
  311.         Author:  INOVAtronics
  312.  
  313. Dme        Version 1.45 of Matt's text editor.  Dme is a simple 
  314.         WYSIWYG editor designed for programmers.  It is not a
  315.         WYSIWYG word processor in the traditional sense.  Features
  316.         include arbitrary key mapping, fast scrolling, title-line
  317.         statistics multiple windows, and ability to iconify windows.
  318.         Update to version 1.42 on disk number 441, includes source.
  319.         Author:  Matt Dillon
  320.  
  321. TurboTitle    A program created for the purpose of subtitling Japanese
  322.         animation films and to create a standard Amiga subtitle
  323.         format.  Is perfectly suited for subtitling any foreign
  324.         film.  Version 0.80, an update to version 0.71 on disk
  325.         424.  Shareware, binary only.
  326.         Author:  Robert Jenks
  327.